@font-face {
  font-family: 'Pensum Pro';
  font-weight: 400;
  src:  url('../fonts/Pensum-Pro-Regular.woff2') format('woff2'),
  		url('https://mediapart.emsecure.net/scripts/optin_subscription/Pensum-Pro-Regular.woff') format('woff'),
        url('https://mediapart.emsecure.net/scripts/optin_subscription/Pensum-Pro-Regular.eot') format('eot');
}
@font-face {
  font-family: 'Pensum Pro';
  font-weight: 300;
  src:  url('../fonts/Pensum-Pro-Light.woff2') format('woff2'),
  		url('https://mediapart.emsecure.net/scripts/optin_subscription/Pensum-Pro-Light.woff') format('woff'),
        url('https://mediapart.emsecure.net/scripts/optin_subscription/Pensum-Pro-Light.eot') format('eot');
}
@font-face {
  font-family: 'Pensum Pro';
  font-weight: 600;
  src:  url('../fonts/Pensum-Pro-Bold.woff2') format('woff2'),
  		url('https://mediapart.emsecure.net/scripts/optin_subscription/Pensum-Pro-Bold.woff') format('woff'),
        url('https://mediapart.emsecure.net/scripts/optin_subscription/Pensum-Pro-Bold.eot') format('eot');
}
@font-face {
  font-family: 'Pensum Pro';
  font-weight: 700;
  src:  url('../fonts/Pensum-Pro-Extra-Bold.woff2') format('woff2'),
  		url('https://mediapart.emsecure.net/scripts/optin_subscription/Pensum-Pro-Extra-Bold.woff') format('woff'),
        url('https://mediapart.emsecure.net/scripts/optin_subscription/Pensum-Pro-Extra-Bold.eot') format('eot');
}
@font-face {
  font-family: 'Pensum Display';
  font-weight: 900;
  src:  url('https://mediapart.emsecure.net/images/formulaire_newsletter/subscription/PensumDisplay-Black.otf') format('opentype');
}
@font-face {
  font-family: 'Atlas Grotesk';
  font-weight: 400;
  src:  url('https://mediapart.emsecure.net/images/formulaire_newsletter/subscription/AtlasGrotesk-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Atlas Grotesk';
  font-weight: 500;
  src:  url('https://mediapart.emsecure.net/images/formulaire_newsletter/subscription/AtlasGrotesk-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Atlas Grotesk';
  font-weight: 600;
  src:  url('https://mediapart.emsecure.net/images/formulaire_newsletter/subscription/AtlasGrotesk-Bold.otf') format('opentype');
}

/*Reset CSS*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*Landing Page Custom*/
.img-fluid{
	width: auto;
}
.form-control:focus{
	box-shadow: none;
	border: 1px solid #1A1A1A;
}
body{
  font-family: 'Atlas Grotesk';

}
body,a,a:hover{
	color: #1A1A1A;
}
hr{
	background-color: #CCC;
	opacity: 1;
}
.btn-primary{
	background-color: #1A1A1A;
	border: 0;
	padding: 10px 25px;
	border-radius: 2px;
	color: #FFF!important;
}
.btn-primary:hover{
	background-color: #2c2c2c;
}
.form-check-input{
	border-radius: 0!important;
}
.form-check-input:focus{
	box-shadow: none;
	border-color: #1A1A1A;
}
#header{
	padding: 26px 0;
	display: flex;
	justify-content: center;
	align-content: center;
	position: relative;
}
#header .container{
	position: relative;
}
#journal-link{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #1A1A1A;
	text-decoration: none;
}
#logo{
	display: flex;
}
#banner{
	margin-bottom: 30px;
}
#intro{
	margin-bottom: 30px;

}
#intro p{
  	font-family: 'Pensum Pro';
}
#intro h1{
	margin-bottom: 20px;
  	font-family: 'Pensum Display';
  	font-weight: 900;
}
.subtitle{
	margin: 30px 0;
}
.subtitle h2{
	font-weight: 700;
	font-size: 20px;
}
.subtitle h2 span{
	color: #fc392b;
}
.news-cont{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.news-left {
	width: 140px;
	margin-right: 24px;
}
.news-left img{
	margin-bottom: 16px;

}
.news-left a{
	color: #757575;
	text-decoration: none;
}
.news-right{
	width: calc(100% - 164px);
}
.news-right h3{

	font-weight: 700;
	font-size: 24px;
}
.news-right h3,.news-right p{
	margin-bottom: 14px;
}
.news-right p{
	color: #444;
}
.news-right .cat{
	margin-bottom: 24px;
	font-size: 16px;	
  	font-family: 'Pensum Pro';
  	color: #1a1a1a;
}
.news-right .form-check{
	display: flex;
	align-items: center;
}
.news-right .form-check .form-check-input{
	margin-top: 0;
	margin-right: 10px;
}
.news-right .hours{
	color: #757575;

}
#news-register {
	margin-bottom: 30px;
}
#news-register .error{
	color:#D70305;
}
#news-register .text-uppercase{
	font-size: 12px;
}
#form-register{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#form-register .input-group{
	width: 390px;
	margin-right: 5px;
}
#form-register .input-group .form-control{
	background-color: #F7F7F7;
}
#form-register .input-group .form-control.error{
	border-color:#D70305; 
	background-image: url(https://mediapart.emsecure.net/images/formulaire_newsletter/subscription/alert.svg);
	background-position: center right 10px;
	background-repeat:no-repeat;
	background-size: 14px;
	padding: 6px 32px 6px 12px;
}
#sub-confirm{
	padding: 40px 0
}
#sub-confirm .confirm-mail span{
	color:#fc392b;
}
#sub-confirm .edit-mail{
	color: #757575;
}
#selected-news{
	padding: 40px 0;
}
#selected-news .edit-selected-news{
	color: #757575;
}
#update-sub{
	padding: 40px 0;
}
#update-sub .confirm-mail span{
	color:#fc392b;
}
@media (max-width: 991.98px){
	#banner{
		height: 210px;
		justify-content: flex-start!important;
    	margin-left: -150px;
	}
	#banner img{
		width: auto;
		max-width: none;
		height: 100%;
	}
	.news-cont{
		margin-bottom: 40px;
		padding-bottom: 20px;
		border-bottom: 1px solid #CCC;
	}
}    
@media (max-width: 767.98px){    
	#form-register .input-group{
		margin: 0 0 30px;
		width: 100%;		
	}
}
@media (max-width: 575.98px){
	.news-cont{
		width: 250px;
		margin: 0 auto 30px;
	}
	.news-left{
		width: 100%;
		margin: 0;
	}
	.news-right{
		width: 100%;
	}
}